home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Magazine / Backups / FBackNG / support.h < prev    next >
Encoding:
Text File  |  2001-08-30  |  1.4 KB  |  28 lines

  1. // $VER: support.h 1.0.0 (31.8.98)
  2.  
  3. /*                                                                    
  4.    Name     : support.h                                               
  5.    Purpose  : support functions                                       
  6.    Author   : Chris De Maeyer                                         
  7.    Copyright: sources (C)1997 Visionary Software, bin is              
  8.               released as FREEWARE.
  9.                                                                       
  10.    History:                                                           
  11.    -------------------------------------------------------------------
  12.    Date     Description                                        By     
  13.    -------------------------------------------------------------------
  14.    Version 1.0                                                        
  15.    -----------                                                        
  16.    30-08-97 Creation                                           CDM    
  17.    31-08-97 Added functions for FMirror                        CDM    
  18.    22-04-99 Added log funtions                                 CDM    
  19.    -------------------------------------------------------------------
  20.                                                                       
  21. */   
  22. int put_LogOneMsg(char *logfile,char *mesg);
  23. int put_LogMsg(FILE *log,char *mesg);
  24. FILE *open_Log(char *logfile);
  25. void close_Log(FILE *log);
  26.  
  27. /* The End */
  28.